curl --request POST \
--url https://cloud.volttime.com/api/v3/sites/invite/accept \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"token": "bngzmiyvdljnikhwaykcmyuwpwlvqwrsitcpscqldzsnrwtujwvlxjklqppwqbew",
"team_uuid": "architecto"
}'
{
"message": "Invite accepted successfully",
"site_id": 123,
"team_uuid": "abc-123-def",
"is_owner": false,
"data_access": true
}
See the documentation for more information.
Invite accepted successfully
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://cloud.volttime.com/api/v3/sites/invite/accept \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"token": "bngzmiyvdljnikhwaykcmyuwpwlvqwrsitcpscqldzsnrwtujwvlxjklqppwqbew",
"team_uuid": "architecto"
}'
{
"message": "Invite accepted successfully",
"site_id": 123,
"team_uuid": "abc-123-def",
"is_owner": false,
"data_access": true
}